html, body {
    margin: 0;
    padding: 0;
}

.chinese {
    font-weight: 100;
    display: none;
}

.french {
    display: none;
}

.navbar {
    position: fixed;
    z-index: 11;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px;
    margin: 0px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.navbar .navbar-nav .nav-link {
    color: white;
    font-size: 1.1em;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 300;
    padding-top: 86px;
    width: 140px;
    transition: .5s ease;
}

li.nav-item.dropdown {
    width: 140px;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding-bottom: 0px;
    margin: 0px;
}

.navbar-brand img {
    width: 200px !important;
}

.navbar-light a.nav-link {
    text-align: center;
}

.navbar-light .navbar-collapse .navbar-nav .contact-us-link {
    position: absolute;
    right: 50px;
    bottom:auto;
    top:-7px;
}

#nav2 a.nav-link {
    text-align: center;
    font-size: 12px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: inherit;
    background-color: transparent;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .show>.nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ecc388;
}

.navbar .navbar-nav .nav-link:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar i:hover {
    color: #ecc388;
}

.navbar .navbar-nav .nav-item .nav-link:focus {
    outline: none;
}

.navbar i {
    font-size: 30px;
    color: #9B825E;
    transition: .5s ease;
}

.navbar i:hover {
    color:white;
}

.navbar .navbar-nav .dropdown-menu {
    color: white;
    text-align: center;
    padding: 0px;
    border: 0px;
    margin: 0px;
    display: block;
}

.navbar .dropdown-menu a:hover {
    color: #808080;
}

.dropdown-item {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    background-color: transparent !important;
    padding-left: 0px;
    padding: 0px;
    padding-bottom: 11px;
    width: 140px;
    transition: .5s ease;
}

.navbar-nav .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.navbar-nav .dropdown-menu.show {
    max-height: 210px;
}

.navbar-hide {
    top: -370px;
}

#nav2 {
    visibility: hidden;
    height: auto;
    width: 100%;
}

#nav2 .collapse {
    background-color: #000002;
    margin-left: -75px;
    margin-right: -75px;
    margin-top: -80px;
}

.navbar-dark .navbar-collapse .navbar-nav .nav-link {
    font-size: 20px;
}

.navbar-dark .navbar-collapse .navbar-nav .contact-us-link {
    position: absolute;
    right: 50px;
    bottom:auto;
    top:0px;
    padding:0px;
}

.navbar-dark .fa-envelope::before {
    position: relative;
}

.language-change-nav-div {
    display: flex;
    padding-top: 25px;
    font-size: 14px;
    left: 30px;
    position: absolute;
    color: white;
    font-weight: 300;
}

.language-change-nav-div li {
    margin:auto 5px;
    transition: .5s ease;
    cursor: pointer;
}

.language-change-nav-div li:hover {
    color:#9B825E;
}

.text-color {
    color: #9B825E;
}

@media screen and (min-width: 2159px) {

    body .navbar .navbar-nav .nav-link {
        font-size: 18px;
        padding-top: 105px;
        width: 185px;
    }

    .language-change-nav-div {
        font-size: 18px;
    }

    body .dropdown-item {
        font-size: 18px;
        width: 185px;
    }

    body .navbar-brand img {
        width: 250px !important;
    }

    li.nav-item.dropdown {
        width: 185px;
    }

    body .fa-envelope:before {
        font-size: larger;
    }

    body .navbar-nav .dropdown-menu.show {
        max-height: 255px;
    }

    body #nav2 a.nav-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {

    .navbar .navbar-brand {
        position: absolute;
        top: 0px;
    }

    body .navbar {
        padding-top: 130px;
    }

    .dropdown-item {
        width: auto;
    }

    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        padding-bottom: 0px;
        left: 50%;
        margin-left: -100px;
    }

    body .fa-envelope:before {
        display: none;
    }

    #nav2 {
        display: none;
    }

    .navbar .navbar-toggler,
    .navbar .navbar-toggler:focus {
        border: none;
        box-shadow: none;
        padding-left: 30px;
        position: absolute;
        top: 20px;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        outline: none;
    }

    .navbar-toggler-icon {
        position: static;
        outline:none;
        background-image: none !important;
    }

    .bar {
        display: block;
        width: 25px;
        height: 1px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #9B825E;
    }
      
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
      
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
      
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

    li.nav-item.dropdown {
        width: auto;
    }

    .navbar {
        position: static;
        z-index: 11;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 140px;
        top: 0px;   
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 5px;
        margin-top: 20px;
        margin-left: 0;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
        letter-spacing: 1.5px;
        font-weight: 300;
        text-align: center;
        margin: auto;
    }

    .navbar-light .navbar-collapse .navbar-nav .contact-us-link {
        position: relative;
        bottom: auto;
        right: auto;
        padding-top: 10px;
        padding-bottom:0px;
    }

    .dropdown-menu {
        padding-left: 0 px;
        background-color: rgba(0, 0, 0, 0);
    }

    .dropdown-item {
        font-size: 13px;
        text-align: center;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    body .navbar-nav .dropdown-menu.show {
        max-height: 200px;
    }

    .navbar .navbar-nav .nav-item .dropdown-menu a:nth-last-child(1) {
        background-image:linear-gradient(90deg, #9B825E 50%, #9B825E 50%);
        background-size: 43px .8px;
        background-position: bottom center;
        background-repeat: no-repeat;
        margin-bottom: 5px;
    }

    .language-change-nav-div {
        position: relative;
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 12px;
        color: white;
        font-family: 'Raleway', sans-serif;
        letter-spacing: 1.5px;
        font-weight: 300;
        right:auto;
        left:auto;
        margin:auto;
    }
}
